Manual merge: Remove Format from pm_name and add missing fields#53
Closed
BenSweaterVest wants to merge 2 commits into
Closed
Manual merge: Remove Format from pm_name and add missing fields#53BenSweaterVest wants to merge 2 commits into
BenSweaterVest wants to merge 2 commits into
Conversation
- Manually merged Customizations.xml to remove <Format>text</Format> from pm_name fields - Added pm_name primary name fields to 3 entities (pm_EvaluationQuestion, pm_IDPEntry, pm_Goal) - Created scripts: add_missing_pm_names.py and remove_text_format.py - Built solution package: PerformanceManagement_v2.0.0.0_NO_TEXT_FORMAT.zip Note: Manual merge re-added 162 system fields that may need to be removed again.
Resolved merge conflict by accepting cleaned version: - Removed 153 system fields (createdby, modifiedby, ownerid, versionnumber, etc.) - Fixed 8 pm_name fields: IsCustomField changed from 0 to 1 - 1 primary key retains IsCustomField=0 (system-required) Final state: - 9 entities with 64 total attributes (down from 217) - 9 primary keys + 9 pm_name + 46 custom fields - File size: 3,639 lines (down from 9,153) Created: remove_system_fields.py Package: PerformanceManagement_v2.0.0.0_CLEANED.zip (17KB) SHA256: 0e84d8fd1f557d1b01eb7943d69113fd0c479239fd7d48f86a6b0c3788b7234b
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note: Manual merge re-added 162 system fields that may need to be removed again.